Computer-MCQ Computer Organisation -Bachelor of Computer Applications MCQs set/2 Sample Test,Sample questions

Question:
A NOR gate can be derived from ______

1.NAND gate

2.XOR gate

3.AND gate

4.OR gate


Question:
A __________ gate gives the output as 1 only if all the inputs signals are 1.

1.AND

2.OR

3.EXOR

4.NOR


Question:
Conversion from prefix to postfix expression can be done _______________

1.using bubble sort

2.using radix sort

3.using two queues

4.in a direct manner


Question:
Different parameter optimization is easily achievable in

1.nMOS

2.pMOS

3.pseudo nMOS

4. CMOS


Question:
Electronic circuits that operate on one or more input signals to produce standard output _______

1.Series circuits

2.Parallel Circuits

3.Logic Signals

4.Logic Gates


Question:
Equalizing of rise time and fall time is possible in

1.nMOS

2. pseudo nMOS

3. pseudo nMOS

4.pMOS


Question:
Evaluation of 4*5+3/2-9 in prefix notation.

1.*45-/32+9

2.*+453/-29

3.-+*45/329

4.*+/45932


Question:
Evaluation of expression a/b+c*d-e in postfix notation.

1.ab+cd/*-e

2.ab/cd*+e-

3.abc/+d*-e

4.abcd/+*-e


Question:
For minimum D consider

1.Ln = Lp = 2λ

2.Ln greater than Lp = 2λ

3. Lp greater than Ln

4.Lp = 2Ln


Question:
High and low noise margins can be equalized by

1.βn = βp

2.βn greater than βp

3.βn lesser than βp

4.Lp = 2Ln


Question:
How many NAND gates are required to make an XOR gate?

1.7

2.12

3. 4

4.8


Question:
In BiCMOS inverter, the BJT used are __________

1.Only Npn BJT

2.Only Pnp BJT

3.Both npn and pnp BJT

4.Multi emitter npn BJT


Question:
In BiCMOS, the analysis of the operation of BJT is well explained by ___________

1.RC Model

2.Emitter resister model

3.Ebers Moll Model d) Hybrid model

4.Ebers Moll Model d) Hybrid model


Question:
In Boolean algebra, the data is a bit-representation of information consists of _________

1.0 and 1

2.2 and 5

3.1 and 15

4.4 and 8


Question:
In infix to postfix conversion algorithm, the operators are associated from?

1.right to left

2.left to right

3.centre to left

4.centre to right


Question:
In Multiplexer gate, for selecting the inputs, two bits named _____ and _____ are required generally.

1.selector bit, data bit

2.parity bit. Generator bit

3.input bit, inverted bit

4.raising bit, sinking bit


Question:
In OR gate for 13 numbers of inputs what are the stages possible for it?

1.1239

2.213

3.13

4.1387


Question:
In order to make a luggage security alarm, a single _____ is used.

1.NOR gate

2.NAND gate

3.X-NOR gate

4.XOR gate


Question:
In which logic gate the output state is usually the complement of the input state?

1.NOT gate

2.NOR gate

3.X-NOR gate d) OR gate

4.X-NOR gate d) OR gate


Question:
Infix to prefix conversion can be done using __________

1.two queues

2.two stacks

3.one stack and two queues

4. one stack


Question:
Inverter pair delay D is given as equal to

1.tr

2.tf

3.tr-tf

4.tr+tf


Question:
Prefix expression can be evaluated _________

1.from right to left

2.from left to right

3.from the exact middle

4.from second right element


Question:
Rise time and fall time can be also equalized by

1.Lp = Ln = λ

2.Lp = Ln = λ/2

3.Lp = Ln = 2λ

4.2Lp = Ln = λ


Question:
The BiCMOS are preferred over CMOS due to ______________

1.Switching speed is more compared to CMOS

2.Sensitivity is less with respect to the load capacitance

3.High current drive capability

4.All of the mentioned


Question:
The Bipolar Transistor is fabricated on __________

1.Same substrate of nMOS

2.N-well in p Substrate

3.P-well in n Substrate

4.Same substrate of pMOS


Question:
The boolean expression of an OR gate is _______

1.A.B

2.A’B+AB’

3.A+B

4.A’B’


Question:
The collector contact region is doped with higher concentration of n-type impurities due to __________

1.It creates a depletion region at the contact surface

2.It creates a low conductivity path between collector region and contact

3.It reduces contact resistance

4.It can withstand high voltages as compared to collector region


Question:
The expression of an EXOR gate is ____________

1.A’B+AB’

2.AB+A’B’

3.A+A.B

4.A’+B’


Question:
The gate which is called an inverter is called _________

1.NOR

2.NAND

3.EXOR

4.NOT


Question:
The gate which is used to reverse the output obtained is _____

1.NOR

2.NAND

3.EXOR

4.NOT


Question:
The high current driving capability of the BiCMOS is due to __________

1.NMOS in saturation mode

2.PMOS in saturation mode

3. CMOS

4.BJT


Question:
The n-well collector is formed by __________

1.Lightly doped n-type epitaxial layer on p-Substrate

2.Heavily doped n-type epitaxial layer on p-Substrate

3.Lightly doped n-type diffused layer on p-Substrate

4.Heavily doped n-type diffused layer on p-Substrate


Question:
The n-well created for Bipolar Transistor in BiCMOS is used as __________

1.Substrate

2.Collector

3.Emitter

4.None of the mentioned


Question:
The transistors used in BiCMOS are __________

1.BJT

2.MOSFET

3.Both BJT and MOSFETs

4. JFET


Question:
The universal gate that can be used to implement any Boolean expression is __________

1.NAND

2.EXOR

3.OR

4.AND


Question:
Using which component a shift register is implemented?

1.register

2.transistor

3.latch

4. flip-flop


Question:
What is the postfix expression of (A+B)-C*(D/E))+F?

1.A B + C D E / * – F +

2.A B C D E + / * F – +

3.A B C + * D E / F + –

4.A B + C – * D E / F +


Question:
What is the postfix expression of 9+3*5/(10-4)?

1.9 3 + * 5 / 10 4 –

2.9 3 5 + * / 10 4 –

3.9 3 + 5 * / 10 4 –

4.9 3 5 * / + 10 – 4


Question:
What is the postfix expression of the given expression, (2*4-(5+7/3^4)-8)10?

1.2 4 5 * 7 3 4 ^ / + 8 – – 10

2.2 4 * ^ 5 7 3 4 / + 8 10 – –

3.2 4 * 5 7 ^ 3 4 / + – 8 10 –

4.2 4 * 5 7 3 4 ^ / + – 8 – 10


Question:
What is the work of BJT in BiCMOS?

1.Current controlled Voltage source

2.Voltage controlled Current source

3.Current controlled current source

4.Voltage controlled current source


Question:
What should be done when a left parenthesis ‘(‘ is encountered?

1.It is ignored

2.It is placed in the output

3.It is placed in the operator stack

4.The contents of the operator stack is emptied


Question:
When logic gates are connected to form a gating/logic network it is called as a ______________ logic circuit.

1.combinational

2.sequential

3.systematic

4.hardwired


Question:
When Zp.d. or Zp.u. increases, delay

1.increases

2.decreases

3.remains the same

4. delay becomes zero


Question:
Which of the following gate will give a 0 when both of its inputs are 1?

1.AND

2.OR

3.NAND

4.EXOR


Question:
Which of the following gates is used to implement a logical conditional?

1.OR gate

2.Magnetic logic gate

3.XOR gate

4.IMPLY gate


Question:
Which of the following gates is used to implement a logical conditional?

1.OR gate

2.Magnetic logic gate

3.XOR gate

4. IMPLY gate


Question:
Which of the following is an infix expression?

1.(a+b)*(c+d)

2.ab+c*

3. +ab

4.abc+*


Question:
Which of the following is built exclusively from NOR gate?

1.Plant guard machine

2.Apollo Guidance Computer

3.Street market app

4.Dish washer


Question:
Which of the following is the drawback of the BiCMOS circuits?

1.Sensitivity is less load capacitance

2.Bipolar transistors are used for driving current to the load capacitance but not for the logic operations

3.Increased fabrication Complexity

4.All of the mentioned


Question:
Which of the following statement is incorrect with respect to infix to postfix conversion algorithm?

1.operand is always placed in the output

2.operator is placed in the stack when the stack operator has lower precedence

3.parenthesis are included in the output d) higher and equal priority operators follow the same condition

4.higher and equal priority operators follow the same condition


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!